home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- go("tune")
- end
-
- on exitFrame
- global hour, minute, gjusttunepoint
- if gjusttunepoint and (the lastClick > 60) then
- ugettime()
- set buff to ugettimetalbe(hour, minute, gjusttunepoint)
- if gjusttunepoint = 5 then
- puppetSound("CRICK.AIF1")
- updateStage()
- repeat while soundBusy(1)
- updateStage()
- end repeat
- sound stop 2
- set the puppet of sprite 8 to 0
- go(buff)
- else
- puppetSound("CRICK.AIF1")
- updateStage()
- repeat while soundBusy(1)
- updateStage()
- end repeat
- sound stop 2
- set the puppet of sprite 8 to 0
- unLoad()
- go(1, buff)
- end if
- else
- go(the frame)
- end if
- end
-